:root{
  --color1: #202D54;
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenido:45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: var(--fondo);
}

img{
  vertical-align: top;
	
}


/* Preloader */
.hidden{
  overflow: hidden;
}

.centrado{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

/* Header */

header{
  width: 100%;
  height:900px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url(   "../img/fondo profesionales.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
header2{
  width: 100%;
  height:900px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url( "../img/fondo profesionales.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	z-index: 1;
	 
}

.nav1{
  background: transparent;
  height: 80px;
  color:#202D54;
}

.nav2{
  background: var(--fondo);
  height:90px;
  color:#202D54;
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width:90%;
  height:inherit;
  overflow: hidden;
}

nav .enlaces a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: inherit;
}

nav .enlaces a:hover{
  border-bottom: 3px solid #202D54;
  transition: 0.6s;
}

.logo, .logo img{ height:50px;}

.icono{
  display:none;
  font-size: 24px;
  padding: 23.5px 20px;
}

.textos{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color:#ffff;
  overflow: hidden;
  text-align: center;
	
}

.textos>h1{font-size:60px;
text-shadow: 1px 2px 3px #202D54 ;
	margin-top: 100px;
	
	
}

.textos>h2{font-size: 40px; font-weight: 300;text-shadow: 1px 2px 3px #202D54}

.turnos {
	
	
	}

.thumbnail {
	width: 49.3%;
	text-align:center;
	float:left;
	margin-top:20px;
	margin-bottom: 20px;
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	margin-left: 5px;
	
	border-radius: 5px;
	padding-top: 10px;
	line-height: 22px;
		
	}


.video{
	width: 100%;
	align-content: center;
	margin-top: 0px;
	margin-left: auto;
  margin-right: auto;
	
}




/* Main */

.contenedor{
  margin:auto;
  padding: var(--margenes) 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden;
}
	.contenedor h5{
   margin-bottom: 110px;
}

.contenedor h3{
  font-size: var(--titulos);
  color: var(--color1);
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: var(--color1);
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100px;
  height: 2px;
  background: var(--color1);
  margin-bottom: var(--espacios-contenido);
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:400px;
}

.people{
  height: 80%;
}

.content-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

.about{
  background: #FFF;
  height: auto;
}

.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  width: 30%;
  margin: auto;
  text-align: center;
}
.caja-servicios>h4{
  margin-bottom: var(--espacios);
}

.caja-servicios>p{
  text-align: center;
}

.botones-work{
  overflow: hidden;
}

.botones-work li{
  display: inline-block;
  text-align: center;
  margin-left: var(--espacios);
  margin-bottom: var(--espacios-contenido);
  padding: 6px 12px;
  border: 1px solid var(--color1);
  list-style: none;
  color: var(--color1);
}

.botones-work li:hover{
  background: var(--color1);
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
  background: var(--color1);
  color:#fff;
}

.galeria-work{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cont-work{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  height:300px;
  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}

.img-work{
  height: 85%;
  width: 100%;
}

.img-work img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.textos-work{
  height: 10%;
}

.textos-work h4{
  line-height: 30px;
  font-weight: 300;
	color: #202D54
}




/* Footer */

footer{ color:#fff;}

.marca-logo{
  width: 40%;
  margin: auto;
  margin-bottom: var(--espacios);
}
.marca-logo img{
  width: 50%;
}
.iconos{
  display: flex;
  margin: auto;
  justify-content: space-around;
  width: 100%;
}
.fab{
  font-size:60px;
  color: #FFF;
  margin-bottom: var(--espacios);
  display: inline-block;
}

.text-center{
	font-size: 20px;
	margin-top: 20px;
	color: #202D54;
	}

.contenedor-icono-redes{
    width: 40px;
    height: 40px;
    background: #1D2E55;
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
	margin: auto;
}

footer p{
  margin-top:var(--espacios);
}
@media screen and (max-width: 720px){
	
	 .content-card{
    width: 100%;
  }
.thumbnail {
	width: 100%;
}
  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

 .cont-work{
  
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  height:100%;
  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
	.imagendeturno{
	width: 350px;
	align-content: center;
	margin-top: 15px;
	margin-left: auto;
  margin-right: auto;
	
}

	.img{
  height: 100%;
  width: 100%;
}
  .nav2{
    color: #FFFFFF;
  }
.nav2{
    color: #FFFFFF;
  }
  .icono{
    display:block;
    cursor: pointer;
  }

  .enlaces{
    position: fixed;
    top:80px;
    background: #202D54;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
	  color:#fff;
  }

  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background: #202D54;
    color:#fff;
  }

 .textos>h1{font-size: 50px;
		margin-top: -500px;
		margin-bottom: 330px;
	}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
	header{
  width: 100%;
  height:1600px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url(    "../img/fondo profesionales cel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
}


@media screen and (max-width: 500px){
  :root{
    --espacios-contenido: 25px;
  }

  .content-card{
    width: 90%;
  }
.thumbnail {
	width: 100%;
}
  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 100%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
	.imagendeturno{
	width: 350px;
	align-content: center;
	margin-top: 15px;
	margin-left: auto;
  margin-right: auto;
	
}
	.textos>h1{font-size: 35px;
		margin-top: 200px;
		margin-bottom: -60px;
	}
  
header{
  width: 100%;
  height:650px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url(  "../img/fondo profesionales cel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
	}
}
.contenedor h3{
   margin-bottom: 10px;
}

@media (max-width : 420px ){
	
	.textos>h1{font-size: 30px;
		margin-top: -380px;
		margin-bottom: 250px;
		
	}

	.contenedor h5{
   margin-bottom: 100px;
}
	
	.thumbnail {
	width: 500px;
	text-align:center;
	margin-top:1px;
	margin-bottom: 20px;
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	border-radius: 5px;
	padding-top: 10px;
	line-height: 22px;
	float:inherit;
		
	}
	.banner{
	width:400px;
		height: 111px;
		
		
	}	
	
.cont-work{
 width: 90%;
 height: auto;
 box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
 overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}
	header{
  width: 100%;
  height:1250px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url(   "../img/fondo profesionales cel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
	}
	
	@media (max-width: 360px){
	
	
	.textos>h1{font-size: 30px;
		margin-top: -50px;
		margin-bottom: 100px;
		
	}

	.contenedor h5{
   margin-bottom: 100px;
}
	
	.thumbnail {
	width: 420px;
	text-align:center;
	margin-top:1px;
	margin-bottom: 20px;
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	border-radius: 5px;
	padding-top: 10px;
	line-height: 22px;
	float:inherit;
		
	}
	.banner{
	width: 360px;
		height: 100px;
		
	}	
	
.cont-work{
 width: 100%;
	height: auto;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
   overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}
	

	
	
	header{
  width: 100%;
  height:950px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url( "../img/fondo profesionales cel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
	}
@media (min-width: 450px) and (max-width: 960px){
	
	.textos>h1{font-size: 30px;
		margin-top: -400px;
		margin-bottom: 250px;
		
	}

	.contenedor h5{
   margin-bottom: 100px;
}
	
	.thumbnail {
	width: 500px;;
	text-align:center;
	margin-top:1px;
	margin-bottom: 20px;
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	border-radius: 5px;
	padding-top: 10px;
	line-height: 22px;
	float:inherit;
		
	}
	.banner{
	width:500px;
		height: 138px;
		
		
	}	
	
.cont-work{
  
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
width: 40%;
height: auto;

  overflow: hidden;
  margin-bottom: var(--espacios-contenido);
}
	header{
  width: 100%;
  height:1250px;
  background: linear-gradient(to bottom,
  rgba( 255,255,255,.86),
  rgba(255,255,255, .7),
  rgba(255,255,250, .0)
  ), url(  "../img/fondo profesionales cel.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
	}
	